home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FlyPaper.sit / Fly Paper / FlyPaper Source / App Sources / FlyPaperUtils.h < prev    next >
Text File  |  1996-06-22  |  371b  |  16 lines

  1. #ifndef FLYPAPERUTILS_H
  2.  
  3. enum {
  4.     kClippingsFolder = 'CLPS',
  5.     kFlyPaperAppFolder = 'FlyP'
  6. };
  7.  
  8. OSErr FlyPaperFindFolder (short vRefNum, OSType folderType, Boolean createFolder,
  9.                     short *foundVRefNum, long *foundDirID);
  10. Boolean    OptionKeyDown (void);
  11. Handle    TempGet1Resource (ResType type, short id);
  12. void ClassifyPoint (Point p, Boolean* onLeft, short* offset);
  13.  
  14. #endif
  15.  
  16.